home *** CD-ROM | disk | FTP | other *** search
/ Champak 114 / Vol 114.iso / games / bubble_s.swf / scripts / DefineButton2_91 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2010-08-12  |  112 b   |  7 lines

  1. on(release){
  2.    _parent.SDButton();
  3.    BCancel();
  4.    _parent.vDialog = false;
  5.    removeMovieClip(this);
  6. }
  7.